projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5806821
)
(setup_ccl_program): Define as returning nothing.
author
Andreas Schwab
<schwab@suse.de>
Fri, 21 Nov 1997 14:31:20 +0000
(14:31 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Fri, 21 Nov 1997 14:31:20 +0000
(14:31 +0000)
src/ccl.c
patch
|
blob
|
history
diff --git
a/src/ccl.c
b/src/ccl.c
index ea6c7952220a97767afa44cdb6b1c1fcbd6a6db4..85a2334f4a857961317156b191c9c4f7e5827657 100644
(file)
--- a/
src/ccl.c
+++ b/
src/ccl.c
@@
-952,6
+952,7
@@
ccl_driver (ccl, source, destination, src_bytes, dst_bytes, consumed)
/* Setup fields of the structure pointed by CCL appropriately for the
execution of compiled CCL code in VEC (vector of integer). */
+void
setup_ccl_program (ccl, vec)
struct ccl_program *ccl;
Lisp_Object vec;